@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root{
    --black: #0c0c0c;
    --grey: #c2c2c2;
    --white: #f2f2f2;
    --red: #e23521;
    --blue: #3398db;
}

* {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  box-sizing: border-box;

}

html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

html{
    width: 100vw;
}

button {
    padding: 1rem 2rem;
    border: none;
    background-color: var(--red);
    color: var(--white);
    
}

button:hover{
    background-color: #fc7566;
    transition: .25s;
}

section {
    height: 75vh;
    min-width: 100vw;
    padding: 2rem 0;
}

#s1 {
    color: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-image: linear-gradient(to bottom, rgba(231, 77, 60, 0.5), rgba(231, 77, 60, 0.5)), url('/Images/Liftedstang.jpg');
    background-size: 100% auto;
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: fixed;
}


#intro{
    display: flex;
    flex-direction: column;
    padding-top: 6rem;
    font-size: 2rem;
}

h1 {
    font-size: 3.5rem;
    padding-bottom: 7rem;
    font-weight: 700;
    text-align: center;
    width: 100%;
}


#s2 {
    background-color: var(--black);
    display: flex;
    color: var(--white);
}

#s2text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:flex-start;
    padding: 3rem;
}

#s2 h2{
    padding-bottom: 3rem;
    font-size: 3rem;
    margin:0;
}

#s2 p{
    font-size: 1rem;
}

#s2 img{
   height: 49%;
   width: auto;
   align-items: center;
   filter: grayscale(95%);
}

#s2imgs{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: auto;
}

#s2 button{
    width: 80%;
    font-size: 1.5rem;
    margin-top: 5rem;
    padding: 2rem 0;
}

#s3{
    background-color: var(--red);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--white);


}

#s3 h2{
    padding-top: 1rem;
    font-weight: 800;

}

#points{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-bottom: 2rem;
    width:90%;
}

.point {
    padding: 3rem 2rem;
    text-align: center;
    font-size: 1rem;
}

.point img{
    height:4rem;
    width: auto;
}

#s4 {
    display: flex;
    background-color: var(--black);
    color: var(--white);
    align-items: center;
    justify-content: space-between;
    max-height: 75vh;
    overflow: hidden;

}

#s4 img {
    
    width: 100%;
    object-fit: cover;
    border-radius: 10px;

}

#s4 div {
    flex: 1;
    margin-left: 4rem;
    max-width: 50%;
}

#s4 h2 {
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--red);
}

#s4 ul {
    list-style-type: none;
    padding-left: 0;
    font-size: 1.1rem;
    line-height: 1.6;
}

#s4 li {
    margin-bottom: 1rem;
    position: relative;
    padding-left: 1.5rem;
}

#s4 li::before {
    content: '•';
    color: var(--red);
    position: absolute;
    left: 0;
    font-size: 1.2em;
}

#s6 {
    height: 60vh;
    color: var(--white);
    background-image: url('/Images/toolchest.jpg');
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    font-size: 2rem;
    padding:5rem;
    text-transform: capitalize;
}

#s6 p{
    padding: 1rem;
    border-radius: 1rem;
    background-color: rgba(0,0,0,30%);
}



#s6 button{
    font-size: xx-large;
    padding: 2rem;
}

footer {
    background-color: var(--black);
    color: var(--white);
    padding: 3rem 6rem;
    display: flex;
    justify-content: space-between;

}

footer h4{
    color: var(--red);
}
footer>span{
    font-size: 2rem;
}

footer div span{
    font-size: 1.5rem;
}

@media only screen and (max-width: 768px) {
    section {
        height: 100%;
    }
    #s1, #s2, #s3, #s4, #s6 {
      padding: 0.5rem 0;
    }

    #intro, #s2text, #points {
      text-align: center;
    }
  
    h1, h2{
      font-size: 2rem;
    }

    h3{
        font-size: 1.5rem;
    }

    #s2{
        flex-direction: column;
    }

    #s2 p {
        text-align: justify;
    }

    #s2 button{
        padding: 1rem;
    }

    #s2imgs{
        flex-direction: row;
    }
  
    #points {
      flex-direction: column;
    }

    #s2text{
        align-items: center;
    }
  
    #s2 img{
      width: 50%;
      height: auto;
    }

    .point {
        padding: 1rem;
    }

    .point img{
        height:3rem;
        width: auto;
    }

    #s4{
        justify-content: space-around;
    }


  
    #s4 div {
      max-width: 100%;
      margin-left: 1rem;
    }


    #s4 ul{
        font-size: smaller;
    }

    #s6{
        font-size: 1.5rem;
        padding: 2rem;
    }
  
    #s6 button {
      font-size: 1rem;
    }
  
    footer {
      padding: 2rem;
      flex-direction: column;
    }
  
    footer span {
      font-size: 1rem;
    }

    footer div span{
        font-size: 0.8rem;
    }


  }
